home *** CD-ROM | disk | FTP | other *** search
-
- STOBIN converts from the S record data format to BINARY image format
- for use in ROM burners or simulators that need a true binary image of the
- program. This is especially useful if using any of the several IBM PC
- based ROM burning products.
-
- The output defaults are set up for MC68HC705C8. I recommend that
- the runstring include +i to initialize the file to all zeroes. the
- data and filesize defaults are already correct for the MC68HC705C8.
- override the defaults for different processor/ROM sizes.
-
-
- Runstring for StoBin is:
-
- STOBIN input=iii output=ooo [data=dd] [filesize=hh] [+{i}]
-
- iii=filename of S19 file.
- ooo=filename to write binary file to.
- dd=value to initialize file with (if initialization specified).
- hh=Size of file (0 - ffffff)
- +i=Initialize file.
-
- For file initialization to work, the output file , data and
- size should be specified first.
-
- Defaults: data=00h filesize=2000h NO file initialization
-
-
-
- IMPORTANT NOTE: The prompts are case sensitive, The key-words
- "input=", "output=", "data=", and "filesize="
- (if used) must be LOWER CASE!
-
-
-